Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / CollectionBase<T> Class / OnClear Method


In This Topic
OnClear Method (CollectionBase<T>)
In This Topic
Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance.
Syntax
'Declaration
 
Protected Overrides Sub OnClear() 
 
'Usage
 
Dim instance As CollectionBase(Of T)
 
instance.OnClear()
See Also